/* CSS Document */

body {
	background-color: #000000;
	color: #66FF66;
	font-family: Verdana,sans-serif;
	font-size: 12px;
}

#msg {
	width: 50%;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	border: 1px solid #66FF66;
	padding: 25px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 20px #CCFFCC;
}

#sdmMsg, #ddmMsg, #mdmMsg {
	width: 50%;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 0px;
	border: 1px solid #66FF66;
	padding: 25px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 20px #CCFFCC;
	background-color: #000000;
	color: #CCCCCC;
}

.displayBlock {
	display: block;
	transition: all 500ms linear 0s;
}

.displayNone {
	display: none;
	transition: all 500ms linear 0s;
}

.clear {
  clear: both;
}

#sdmBlock {
	margin-bottom: 25px;
}

#sdmBlock fieldset.columns {
	width: 22%;
	float: left;
}

#sdmBlock .sdmInput {
	margin: 10px auto;
	margin-top: 0;
	margin-bottom: 0;
}

#ddmBlock {
	margin-bottom: 25px;
}

#ddmBlock fieldset.columns {
	width: 48%;
	float: left;
}

#ddmBlock .sdmInput {
	margin: 10px auto;
	margin-top: 0;
	margin-bottom: 0;
}

#mdmBlock {
	margin-bottom: 25px;
}

#mdmBlock fieldset.columns {
	width: 48%;
	float: left;
}

#mdmBlock .sdmInput {
	margin: 10px auto;
	margin-top: 0;
	margin-bottom: 0;
}

.unselectedBlock {
	color: #000000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #EEBBBB;
	background-color: #FFCCCC;
	margin: 0px 100px;
	padding: 5px 25px;

	transition: all 500ms linear 0s;
}

.selectedBlock {
	-webkit-box-shadow: inset 0 0 5px rgba(100,0,0,0.5);
	-moz-box-shadow: inset 0 0 5px rgba(100,0,0,0.5);
	box-shadow: inset inset 0 0 5px rgba(100,0,0,0.5);
	margin: 0px 50px;
	padding: 25px 15px;
	background-color: #EEFFEE;
	display: block;
	transition: all 500ms linear 0s;
}

.mathBlock {

}

.innerBlock {
//	display: none;
	padding: 10px;
	margin-top: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #66FF66;
	background-color: #CCEECC;
	background-color: #dddddd;

	transition: all 500ms linear 0s;

}

#sdmSolvefor {
//	height: 100px;
}

.noSolveFor {
	background-color: #FFCCCC;
	transition: all 500ms linear 0s;
}

.solveFor {
	background-color: #CCFFCC;
	transition: all 500ms linear 0s;
}



.header-search input{ border-color: #ccc; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border: 1px solid rgba(0,0,0,0.5); -webkit-transition: 500ms linear; -moz-transition: 500ms linear; -o-transition: 500ms linear; -ms-transition: 500ms linear; transition: 500ms linear; float: right; width: 60%; height: 34px;}

.header-search input:focus{ background-color: #E7FBF8; outline: none; -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.5); -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5); box-shadow: inset inset 0 0 5px rgba(0,0,0,0.5); float: right;width: 100%; }


.creationCompanyInfo {
	border: 1px solid #264466;
	padding: 0px 0px 5px 9px;
	margin-top: 12px;
}

legend {
	padding: 2px 5px;
	border: 1px solid #264466;
	background-color: #BBBBBB;
	background-color: #EEEEEE;
	color: #000000;
	font-size: 90%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

fieldset {
	margin-bottom: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input {
	text-align: right;
}

.startPage {
	text-align: center;
}

.homebutton {
	text-align: right;
	padding: 15px;
}

#sf {
	text-align: center;
	margin-bottom: 20px;
}

#sdmsubmit {
	margin: 0 auto;
	border-radius: 5px;
}

#ddmsubmit {
	margin: 0 auto;
	border-radius: 5px;
}



.radius05 {
	border-radius: 5px;
}

.radius06 {
	border-radius: 6px;
}

.radius07 {
	border-radius: 7px;
}

.radius08 {
	border-radius: 8px;
}

.radius09 {
	border-radius: 9px;
}

.radius10 {
	border-radius: 10px;
}

